BioNet SDK2 examples..

Demo 2 - Message Box example

 This is the simplest form of a client / server plugin.
 The client side simply sends a string to the server
 and when it reaches the server the string is displayed.

Demo 3 - ICQ Grabbing function

 The client will send some dummy data to the server plugin.
 Once recieved by the server side plugin
 it will then reply with all the retrieved ICQ UIN's.
 When the client picks up the data it will then display the UIN's
 inside the memo on the main form.
  
